body {
  margin: 0;
  height: auto;
  width: 100%;
  overflow: visible;
}
#id_1784579713106 {
  z-index: 90;
  width: auto;
  height: auto;
  border: medium;
  position: sticky;
  overflow-wrap: break-word;
  display: block;
  margin: 0px;
  font-family: "Courier";
  text-align: center;
  font-weight: normal;
  font-size: 12pt;
  text-decoration-line: none;
  text-decoration-style: dashed;
  font-style: normal;
  padding: 20px;
  top: 10px;
  left: 38px;
  background-image: url("20180226_144929.jpg");
}

/* unvisited link */
a:link {
  color: rgb(66, 66, 66);
  text-decoration: none;
}

/* visited link 
a:visited {
  color: green;
}
*/

/* mouse over link */
a:hover {
  color: rgb(67, 47, 255);
  text-decoration: underline wavy;
}

/* selected link 
a:active {
  color: blue;
}
*/

#id_1784580265953 {
  position: sticky;
  z-index: 90;
  width: 84%;
  height: auto;
  background-color: white;
  border: 1px dotted rgb(0, 0, 0);
  left: 8%;
  top: 10%;
  display: table;
  padding: 10px;
  margin: 1px;
  font-family: "Verdana";
  text-align: left;
  font-weight: normal;
  font-size: 11pt;
  color: rgb(88, 88, 88);
/*   flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start; */
  overflow: scroll;
  columns: 3;
  flex-grow: 1;
}

#id_1784582434098 {
  width: 200px;
  height: auto;
  position: absolute;
  z-index: 90;
  border: 0px dotted rgb(0, 0, 0);
  left: 40px;
  top: 30px;
  max-width: 200px;
  display: block;
  padding: 0px;
  margin: 0px;
  align-content: flex-start;
}


.gallery img {
  width: 31.33333%;
  height: auto;
  padding: 1%;
  float: left;
 /* flex-direction: row;
  flex-flow: wrap;  
  justify-content: space-evenly; 
  align-items: flex-start; */
}


/*
.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
  align-items: flex-start;
}
*/

.clearfix:after {
  content: normal;
  display: block;
  clear: both;
}

